github.com/go-pg/pg/v10.Stmt.queryOne (method)
3 uses
github.com/go-pg/pg/v10 (current package)
stmt.go#L188: return stmt.queryOne(context.Background(), model, params...)
stmt.go#L193: return stmt.queryOne(c, model, params...)
stmt.go#L196: func (stmt *Stmt) queryOne(c context.Context, model interface{}, params ...interface{}) (Result, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)